home *** CD-ROM | disk | FTP | other *** search
- @Echo off
- Rem ZIP2-OK2.BAT Run after Satisfactory execution/check out of ZIP2ZIP.BAT
- Rem To Clear Evariables and Work Files in THIS subdirectory for next runs.
- Echo Decided IS Safe For ZIP2ZIP.BAT, Clearing Environment and Files
-
- Set FSIZE=
- Set ZDATE=
- Set ZTIME=
- Set CNZL=
- Set EVCHK40=
- Set EVCHK30=
- Set SAFETY=
- Set DONE_B=
- Set DONE_C=
- For %%f IN (Temp_$$$.BAT ZIP2-FSZ. ZIP2-FSZ.$$$ EV0.FLG) DO IF Exist %%f Del %%f >Nul
- For %%f IN (#2DO_B. #DONE_B. #AT_B.) DO IF Exist %%f Del %%f >Nul
- For %%f IN (#2DO_C. #DONE_C. #AT_C.) DO IF Exist %%f Del %%f >Nul
-
-